Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/index.html
404 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<met
readme.md /cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/readme.md
266 Views
0 Comments
## Retro Mario Game

- Use Arrow key to move Blue Block.
- Avoid the Red Lava and take All the Yellow Points.

script.js /cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/script.js
232 Views
0 Comments
var LEVELS = [
[" ",
"
style.css /cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/style.css
166 Views
0 Comments
body {
background: #222;
}

h2 {
color: #666;
font-family: monospace;
text-align: center;